[Overview][Constants][Classes][Variables][Index] |
[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: main.pas line 15
type Tform_main = class(TForm) end; |
||
BitBtn1: TBitBtn; |
||
btn_Process: TBitBtn; |
|
Removes all characters that are not alphbetical |
btn_Open: TBitBtn; |
|
Opens the KJV Bible in text format |
btn_Save: TBitBtn; |
|
Save processed Bible word list to disk |
CHMHelpDatabase1: TCHMHelpDatabase; |
||
Image1: TImage; |
||
Label1: TLabel; |
||
Label2: TLabel; |
||
lbl_KeyWords: TLabel; |
||
lbl_KJVWords1: TLabel; |
||
LHelpConnector1: TLHelpConnector; |
||
memo_bible: TMemo; |
|
Editable input memo |
memo_Save_wordlist: TMemo; |
||
OpenBible: TOpenDialog; |
||
pnl_alpha_jump: TPanel; |
||
prgs_bar_are_we_there_yet: TProgressBar; |
||
saveWordList: TSaveDialog; |
||
StaticText1: TStaticText; |
||
procedure btn_OpenClick(); |
||
procedure btn_ProcessClick(); |
||
procedure btn_SaveClick(); |
||
procedure cleanseNonAlpha(); |
||
procedure memo_Save_wordlistChange(); |
||
procedure cleanseAlphabetlinks; |
||
| |
TForm |
? |
TObject |